home *** CD-ROM | disk | FTP | other *** search
/ Deutsche Edition 1 / Deutsche Edition 1.iso / amok / 081-090 / amok84 / reqtools_2.1d / glue.lha / Glue / Dice / src / rtSpreadR.asm < prev    next >
Assembly Source File  |  1992-07-09  |  158b  |  18 lines

  1.  
  2.     INCLUDE    "reqtools.i"
  3.  
  4.     XDEF    @rtSpread
  5.  
  6. rl    REG    d2/d3/a6
  7.  
  8. @rtSpread:
  9.  
  10.     movem.l    rl,-(a7)
  11.     RTB
  12.     movem.l    16(a7),d2/d3
  13.     jsr    -132(a6)
  14.     movem.l    (a7)+,rl
  15.     rts
  16.  
  17.     END
  18.